home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / DiinoBackup.exe / 0 / RCDATA / TFRMEDITSCHEDULE / TFRMEDITSCHEDULE.txt
Text File  |  2006-11-06  |  4KB  |  168 lines

  1. object frmEditSchedule: TfrmEditSchedule
  2.   Left = 0
  3.   Top = 0
  4.   Caption = 'Schedule settings'
  5.   ClientHeight = 381
  6.   ClientWidth = 421
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Shell Dlg 2'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   DesignSize = (
  18.     421
  19.     381)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object gbFull: TTntGroupBox
  23.     Left = 8
  24.     Top = 176
  25.     Width = 405
  26.     Height = 165
  27.     Anchors = [akLeft, akTop, akRight]
  28.     Caption = 'Full Backup'
  29.     TabOrder = 0
  30.     ExplicitWidth = 394
  31.     object lblDescriptionFull: TTntLabel
  32.       Left = 8
  33.       Top = 20
  34.       Width = 132
  35.       Height = 13
  36.       Caption = 'Backups all files every time.'
  37.     end
  38.     object lblPerformFull: TTntLabel
  39.       Left = 8
  40.       Top = 52
  41.       Width = 69
  42.       Height = 13
  43.       Caption = 'Perform every'
  44.     end
  45.     object lblAtFull: TTntLabel
  46.       Left = 204
  47.       Top = 54
  48.       Width = 10
  49.       Height = 13
  50.       Caption = 'at'
  51.     end
  52.     object cbWeekDaysFull: TTntCheckListBox
  53.       Left = 88
  54.       Top = 54
  55.       Width = 105
  56.       Height = 97
  57.       OnClickCheck = cbWeekDaysFullClickCheck
  58.       ItemHeight = 13
  59.       Items.Strings = (
  60.         'Monday'
  61.         'Tuesday'
  62.         'Wednesday'
  63.         'Thursday'
  64.         'Friday'
  65.         'Saturday'
  66.         'Sunday')
  67.       TabOrder = 0
  68.     end
  69.     object dtpFull: TTntDateTimePicker
  70.       Left = 224
  71.       Top = 51
  72.       Width = 73
  73.       Height = 21
  74.       Date = 38833.550921215280000000
  75.       Format = '09:12 AN'
  76.       Time = 38833.550921215280000000
  77.       Kind = dtkTime
  78.       TabOrder = 1
  79.     end
  80.   end
  81.   object gbIncremental: TTntGroupBox
  82.     Left = 8
  83.     Top = 8
  84.     Width = 405
  85.     Height = 161
  86.     Anchors = [akLeft, akTop, akRight]
  87.     Caption = 'Incremental Backup'
  88.     TabOrder = 1
  89.     ExplicitWidth = 394
  90.     object lblDescriptionIncremental: TTntLabel
  91.       Left = 8
  92.       Top = 20
  93.       Width = 333
  94.       Height = 13
  95.       Caption = 
  96.         'Backups only files that are new or has changed since the last ba' +
  97.         'ckup.'
  98.     end
  99.     object lblPerformIncremental: TTntLabel
  100.       Left = 8
  101.       Top = 53
  102.       Width = 69
  103.       Height = 13
  104.       Caption = 'Perform every'
  105.     end
  106.     object lblAtIncremental: TTntLabel
  107.       Left = 204
  108.       Top = 54
  109.       Width = 10
  110.       Height = 13
  111.       Caption = 'at'
  112.     end
  113.     object cbWeekDaysIncremental: TTntCheckListBox
  114.       Left = 88
  115.       Top = 51
  116.       Width = 105
  117.       Height = 97
  118.       OnClickCheck = cbWeekDaysIncrementalClickCheck
  119.       ItemHeight = 13
  120.       Items.Strings = (
  121.         'Monday'
  122.         'Tuesday'
  123.         'Wednesday'
  124.         'Thursday'
  125.         'Friday'
  126.         'Saturday'
  127.         'Sunday')
  128.       TabOrder = 0
  129.     end
  130.     object dtpIncremental: TTntDateTimePicker
  131.       Left = 224
  132.       Top = 51
  133.       Width = 73
  134.       Height = 21
  135.       Date = 38833.883333333330000000
  136.       Format = '09:12 PN'
  137.       Time = 38833.883333333330000000
  138.       Kind = dtkTime
  139.       TabOrder = 1
  140.     end
  141.   end
  142.   object btnOK: TTntButton
  143.     Left = 254
  144.     Top = 348
  145.     Width = 75
  146.     Height = 25
  147.     Anchors = [akRight, akBottom]
  148.     Caption = '&OK'
  149.     Default = True
  150.     ModalResult = 1
  151.     TabOrder = 2
  152.     OnClick = btnOKClick
  153.     ExplicitLeft = 243
  154.   end
  155.   object btnCancel: TTntButton
  156.     Left = 335
  157.     Top = 348
  158.     Width = 78
  159.     Height = 25
  160.     Anchors = [akRight, akBottom]
  161.     Cancel = True
  162.     Caption = '&Cancel'
  163.     ModalResult = 2
  164.     TabOrder = 3
  165.     ExplicitLeft = 324
  166.   end
  167. end
  168.